Delphi Developer's Guide to XML
Appendix C - A Customized Client

Previous   Listings

Although XML provides a standardized way of dealing with classes of documents, frequently a customized client gives a more user-friendly interface. This Delphi application handles the movie-watcher documents using a SAX parser.

MWApp.dpr   A customized client for viewing movie-watcher documents
MWApp1.pas
MWApp1.dfm
   The main viewer form
MWObjs.pas   Movie-watcher business objects
movie-watcher.xml   The movie-watcher XML document
movie-watcher.mwx   The same document with a customized extension
movie-watcher.dtd   Their DTD
movie-watcher.xsl   An XSLT stylesheet for viewing the movie data

Requires the SAX for Pascal packages.

Zipped Files

Delphi Developer's Guide to XML © 2003, Keith Wood Previous   Listings